-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix: Update URL launch method to use Uri.parse #12518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Update URL launch method to use Uri.parse #12518
Conversation
- fixes flutter#12410 - It wasn't working in iOS. Later I noticed it for macos app too
/gcbrun |
Visit the preview URL for this PR (updated for commit 60a9d97): https://flutter-docs-prod--pr12518-fix-update-url-launcher-exa-qk5wfz9i.web.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for fixing this! The change looks good to me.
There's one minor diagnostic that's triggering after the change though:
examples/platform_integration/plugin_api_migration/lib/url_launcher.dart
Outdated
Show resolved
Hide resolved
I have fixed it now. I am sorry for wasting your time in this silly mistake. I got so excited to submit this PR that I forgot to test it before pushing a commit. |
Definitely not a silly mistake nor a waste of my time! I wouldn't have noticed either as imports are often used multiple times :) I really appreciate you fixing this and making that extra adjustment :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks again :D
Refer this issue for full description #12410
Before:
After:

Opened the website uccessfully
Presubmit checklist
of 80 characters or fewer.